Wite a small function that checks if the number entered by the user is 5
In [1]:
# FUNCTION DEFINITION
#FUNCTION CALL
Let us import a commonly used module and access one of its functions.
In [2]:
It is also possible to import specific functions from within the module directly. When you do this make sure you have not used the same name for your function.
In [3]: